ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / DropDownTagHelper<TControl> Class / ShowDropDownButton Property

In This Topic
    ShowDropDownButton Property (DropDownTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.DropDown.ShowDropDownButton. Sets a value indicating whether the control should display a drop-down button.
    Syntax
    'Declaration
     
    Public Property ShowDropDownButton As Boolean
    public bool ShowDropDownButton {get; set;}
    See Also